home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / demo / MATH / _SETUP.1 / Abt_math.exe / 0 / RCDATA / TGIRIS / TGIRIS.txt < prev   
Encoding:
Text File  |  2000-07-28  |  5.2 KB  |  241 lines

  1. object Giris: TGiris
  2.   Left = 226
  3.   Top = 105
  4.   HelpContext = 148
  5.   ActiveControl = Password
  6.   BorderIcons = []
  7.   BorderStyle = bsToolWindow
  8.   BorderWidth = 2
  9.   Caption = 'MATH giri∩┐╜ ∩┐╜ifresi'
  10.   ClientHeight = 303
  11.   ClientWidth = 295
  12.   Color = clBtnFace
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clBlack
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = [fsBold]
  18.   HelpFile = 'math.hlp'
  19.   Icon.Data = {<image000.ico>}
  20.   OldCreateOrder = True
  21.   Position = poScreenCenter
  22.   OnClose = FormClose
  23.   OnCreate = FormCreate
  24.   OnDeactivate = FormDeactivate
  25.   OnShow = FormShow
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object Bevel3: TBevel
  29.     Left = 108
  30.     Top = 148
  31.     Width = 186
  32.     Height = 101
  33.   end
  34.   object Bevel2: TBevel
  35.     Left = 108
  36.     Top = 80
  37.     Width = 186
  38.     Height = 49
  39.   end
  40.   object Bevel1: TBevel
  41.     Left = 108
  42.     Top = 24
  43.     Width = 186
  44.     Height = 49
  45.   end
  46.   object Label1: TLabel
  47.     Left = 118
  48.     Top = 84
  49.     Width = 27
  50.     Height = 13
  51.     Caption = '∩┐╜ifre'
  52.   end
  53.   object Label2: TLabel
  54.     Left = 116
  55.     Top = 28
  56.     Width = 70
  57.     Height = 13
  58.     Caption = 'Kullan∩┐╜c∩┐╜ ad∩┐╜'
  59.   end
  60.   object Label4: TLabel
  61.     Left = 116
  62.     Top = 156
  63.     Width = 39
  64.     Height = 13
  65.     Caption = 'Cari y∩┐╜l'
  66.   end
  67.   object Label5: TLabel
  68.     Left = 116
  69.     Top = 206
  70.     Width = 70
  71.     Height = 13
  72.     Caption = 'G∩┐╜n∩┐╜n tarihi'
  73.   end
  74.   object Gun: TLabel
  75.     Left = 208
  76.     Top = 228
  77.     Width = 53
  78.     Height = 13
  79.     Caption = 'Pazartesi'
  80.   end
  81.   object Panel2: TPanel
  82.     Left = 109
  83.     Top = 252
  84.     Width = 186
  85.     Height = 47
  86.     BevelInner = bvRaised
  87.     BevelOuter = bvLowered
  88.     TabOrder = 7
  89.     object Panel3: TPanel
  90.       Left = 124
  91.       Top = 8
  92.       Width = 56
  93.       Height = 34
  94.       BevelInner = bvLowered
  95.       Caption = 'Lisans'
  96.       Color = clGray
  97.       Enabled = False
  98.       Font.Charset = DEFAULT_CHARSET
  99.       Font.Color = clSilver
  100.       Font.Height = -11
  101.       Font.Name = 'Arial'
  102.       Font.Style = [fsBold]
  103.       ParentFont = False
  104.       TabOrder = 0
  105.       OnClick = Panel3Click
  106.     end
  107.     object OkPanel: TPanel
  108.       Left = 8
  109.       Top = 8
  110.       Width = 56
  111.       Height = 34
  112.       BevelInner = bvLowered
  113.       Caption = 'Tamam'
  114.       Color = clTeal
  115.       Font.Charset = DEFAULT_CHARSET
  116.       Font.Color = clBlack
  117.       Font.Height = -11
  118.       Font.Name = 'Arial'
  119.       Font.Style = [fsBold]
  120.       ParentFont = False
  121.       TabOrder = 1
  122.       OnClick = OkPanelClick
  123.       OnMouseUp = OkPanelMouseUp
  124.     end
  125.     object IptPanel: TPanel
  126.       Left = 66
  127.       Top = 8
  128.       Width = 56
  129.       Height = 34
  130.       BevelInner = bvLowered
  131.       Caption = 'Vazge∩┐╜'
  132.       Color = clTeal
  133.       Font.Charset = DEFAULT_CHARSET
  134.       Font.Color = clBlack
  135.       Font.Height = -11
  136.       Font.Name = 'Arial'
  137.       Font.Style = [fsBold]
  138.       ParentFont = False
  139.       TabOrder = 2
  140.       OnClick = IptPanelClick
  141.       OnMouseDown = IptPanelMouseDown
  142.       OnMouseUp = IptPanelMouseUp
  143.     end
  144.   end
  145.   object Password: TEdit
  146.     Left = 116
  147.     Top = 100
  148.     Width = 167
  149.     Height = 21
  150.     CharCase = ecUpperCase
  151.     PasswordChar = '-'
  152.     TabOrder = 1
  153.     OnKeyDown = PasswordKeyDown
  154.   end
  155.   object UserList: TComboBox
  156.     Left = 116
  157.     Top = 44
  158.     Width = 167
  159.     Height = 21
  160.     Style = csDropDownList
  161.     ItemHeight = 13
  162.     TabOrder = 0
  163.   end
  164.   object Bugun: TMaskEdit
  165.     Left = 116
  166.     Top = 221
  167.     Width = 89
  168.     Height = 21
  169.     EditMask = '!99/99/0000;1;_'
  170.     MaxLength = 10
  171.     TabOrder = 3
  172.     Text = '  .  .    '
  173.     OnExit = BugunExit
  174.   end
  175.   object CrYil: TSpinEdit
  176.     Left = 116
  177.     Top = 172
  178.     Width = 65
  179.     Height = 22
  180.     MaxValue = 2100
  181.     MinValue = 1994
  182.     TabOrder = 2
  183.     Value = 2015
  184.   end
  185.   object SpinButton1: TSpinButton
  186.     Left = 185
  187.     Top = 223
  188.     Width = 18
  189.     Height = 18
  190.     DownGlyph.Data = {
  191.       A6000000424DA600000000000000760000002800000009000000060000000100
  192.       0400000000003000000000000000000000001000000000000000000000000000
  193.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  194.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  195.       0000333303333000000033300033300000003300000330000000300000003000
  196.       00003333333330000000}
  197.     TabOrder = 4
  198.     UpGlyph.Data = {
  199.       A6000000424DA600000000000000760000002800000009000000060000000100
  200.       0400000000003000000000000000000000001000000000000000000000000000
  201.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  202.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  203.       0000300000003000000033000003300000003330003330000000333303333000
  204.       00003333333330000000}
  205.     OnDownClick = SpinButton1DownClick
  206.     OnUpClick = SpinButton1UpClick
  207.   end
  208.   object BigJapan: TMediaPlayer
  209.     Left = 34
  210.     Top = 268
  211.     Width = 57
  212.     Height = 30
  213.     Enabled = False
  214.     VisibleButtons = [btPlay, btStop]
  215.     DeviceType = dtWaveAudio
  216.     Visible = False
  217.     TabOrder = 5
  218.     OnNotify = BigJapanNotify
  219.   end
  220.   object Panel1: TPanel
  221.     Left = 1
  222.     Top = 1
  223.     Width = 104
  224.     Height = 304
  225.     BevelInner = bvRaised
  226.     BevelOuter = bvLowered
  227.     Caption = 'Panel1'
  228.     TabOrder = 6
  229.     object Image1: TImage
  230.       Left = 2
  231.       Top = 2
  232.       Width = 100
  233.       Height = 300
  234.     end
  235.   end
  236.   object SonTable: TTable
  237.     Left = 306
  238.     Top = 228
  239.   end
  240. end
  241.